SourceAlertBanner
A banner component that displays an alert message with styling based on provided priority.
Parameters
The text to be displayed in the banner.
The type of message to be displayed (Neutral, Informative, Error).
A callback to be invoked when the banner is clicked.
A callback to be invoked when the cancel icon is clicked.
The modifier to be applied to the banner.
Whether to show the dismiss icon.
See also

A composable function that displays an alert banner with optional clickable links.
Parameters
The text to be displayed in the banner having link in it.
The type of message to be displayed (Neutral, Informative, Error).
A callback to be invoked when the banner is clicked.
A callback to be invoked when the cancel icon is clicked.
The modifier to be applied to the banner.
Whether to show the dismiss icon.
See also
